home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 4
/
Aminet 4 - November 1994.iso
/
aminet
/
dev
/
amos
/
amosl0794.lzh
/
AMOSLIST
/
000004_amos-request@svcs1.digex.net_Mon Jul 4 21:56:56 1994.msg
< prev
next >
Wrap
Internet Message Format
|
1994-08-01
|
3KB
Received: from hela.INS.CWRU.Edu by nfs1.digex.net with SMTP id AA01421
(5.67b8/IDA-1.5 for <mcox@access.digex.net>); Mon, 4 Jul 1994 21:56:55 -0400
Received: from svcs1.digex.net (svcs1.digex.net [164.109.10.23]) by hela.INS.CWRU.Edu with SMTP (8.6.8.1+cwru/CWRU-2.1-freenet-gw)
id VAA25944; Mon, 4 Jul 1994 21:55:21 -0400 (from amos-request@svcs1.digex.net)
Received: by svcs1.digex.net id AA29156
(5.67b8/IDA-1.5 for amos-out); Mon, 4 Jul 1994 17:28:41 -0400
Received: from nfs1.digex.net by svcs1.digex.net with SMTP id AA29152
(5.67b8/IDA-1.5 for <amos@svcs1.digex.net>); Mon, 4 Jul 1994 17:28:38 -0400
Received: from sefl.satelnet.org (satelnet.org) by nfs1.digex.net with SMTP id AA24921
(5.67b8/IDA-1.5 for <amos-list@access.digex.net>); Mon, 4 Jul 1994 17:28:36 -0400
Received: (from mentat@localhost) by sefl.satelnet.org (8.6.8.1/8.6.6) id RAA02294; Mon, 4 Jul 1994 17:27:57 -0400
From: Mat Hall <mentat@sefl.satelnet.org>
Message-Id: <199407042127.RAA02294@sefl.satelnet.org>
Subject: Re: 3D game programming
To: starman@lcafe.lakes.trenton.sc.us (Adams Barnett)
Date: Mon, 4 Jul 1994 17:27:55 -0400 (EDT)
Cc: amos-list@access.digex.net
In-Reply-To: <9407012239.00rw@lcafe.lakes.trenton.sc.us> from "Adams Barnett" at Jul 1, 94 05:39:51 pm
Content-Type: text
Content-Length: 1721
Status: RO
>
> I need some help I can not figure out how to program an Dungeon Master type of
> game..I do not know how to make it so you are looking through the players
> eyes, and how to move around inside the dungeon, and all that other kind of
> good stuff...can anyone help me?
>
I started one a while back, but other projects got in my way - I'll see
if I can dig it up. I didn't get very far, but 99% of the display
routines are there. They're a bit ugly, but they were designed for speed
not as an example of good coding. (A feeble excuse, but the only one I
could come up with at such short notice!:)
And on another subject entirely, I have a few suggestions for if (when)
the AMOS Pro source becomes PD and someone takes it under their wing...
Get rid of the ridiculous AMOS music format. The only stuff in that
format that I've seen has been the things that were on the AMOS disks.
The ST/NT to AMOS converter bites BAD, and ST support is included in AMOS
anyway. (Perhaps this could be changed to PT support?)
Add a Case statement.
Add the following functions to the Mod Player :
Which Block - return the # of the pattern currently being played
Which Songlist Entry - return the position in the song " "
Which Instrument(channel) - return the # of the instrument playing thru'
the channel
Tempo - make this a function so you can find out the current tempo
Add all the Turbo commands. :)
Improve the serial/parallel commands - AP was an improvement over the
original, but it still needs work.
Well, that ought to keep someone busy for a while. :)
(Oh, and the Turbo SineScroll demo needs some peculiar math library that
I can't find anywhere...)